home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / Weather / Source / Storm.h < prev    next >
Text File  |  1993-11-13  |  523b  |  35 lines

  1. #import <appkit/appkit.h>
  2. #import "StormFunc.h"
  3.  
  4. @interface Storm:Object {
  5.     id P;
  6.     id status;
  7.     id attachB;
  8.     id interruptB;
  9.     id text;
  10.     id scrollView;
  11.     id helpText;
  12.     id browser;
  13.     id radio;
  14.     id fetch1;
  15.     id fetch2;
  16.     id fetch3;
  17.     id site;
  18.     id version;
  19.     id license;
  20. }
  21.  
  22. + new;
  23. - attach:sender;
  24. - showHelp:sender;
  25. - sendComments:sender;
  26. - telnet:sender;
  27. - hitRadio:sender;
  28. - print:sender;
  29. - pageLayout:sender;
  30. - setFetch;
  31. - setFetchText:(int)i:(char *)s;
  32. - setFetchText:(char *)s;
  33.  
  34. @end
  35.